Overload | Description |
---|---|
Sort() | Sorts the elements in the entire ListBase<T> using the default comparer. |
Sort(IComparer<T>) | Sorts the elements in the entire ListBase<T> using the specified comparer. |
Sort(Comparison<T>) | Sorts the elements in the entire List using the specified Comparison. |
Sort(Int32,Int32,IComparer<T>) | Sorts the elements in the entire ListBase<T> using the specified comparer. |